Q3InterpolationStyle_Set
You can use theQ3InterpolationStyle_Set
function to set the interpolation style value of an interpolation style.
TQ3Status Q3InterpolationStyle_Set ( TQ3StyleObject interpolationObject, TQ3InterpolationStyle interpolationStyle);
interpolationObject
- An interpolation style object.
interpolationStyle
- An interpolation style value.
DESCRIPTION
TheQ3InterpolationStyle_Set
function sets the interpolation style value of the style object specified by theinterpolationObject
parameter to the value specified in theinterpolationStyle
parameter.